/*ww*//* Basic style
 * -------------------------------------------------------------------------- */

/* Header */



.docs-pictures {
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-pictures li {
  float: left;
  width: 33.3%;
  height: 33.3%;
  margin: 0 -1px -1px 0;
  border: 1px solid transparent;
  overflow: hidden;
}

.docs-pictures li img {
  max-width: 100%;
}

